From 0df4373a510536a0fbea4f76761b0a9fbdd19bcd Mon Sep 17 00:00:00 2001 From: "kaf24@freefall.cl.cam.ac.uk" Date: Fri, 24 Sep 2004 09:33:15 +0000 Subject: [PATCH] bitkeeper revision 1.1159.86.1 (4153e9dbUQ1rbYNwGi2-WXMg4Pqu8A) Put back the bigger slab cache sizes. --- xen/common/slab.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/common/slab.c b/xen/common/slab.c index 172b7ee117..3e91a6a058 100644 --- a/xen/common/slab.c +++ b/xen/common/slab.c @@ -321,6 +321,8 @@ static cache_sizes_t cache_sizes[] = { { 4096, NULL}, { 8192, NULL}, { 16384, NULL}, + { 32768, NULL}, + { 65536, NULL}, { 0, NULL} }; -- 2.30.2